home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / ttalker / readme.txt < prev    next >
Encoding:
Text File  |  1996-09-15  |  1.7 KB  |  46 lines

  1. TTalker V1.0 a Delphi1 component to interface to First Bytes Text to speech engine.
  2. By Chris Newham 1996
  3. Email 100027.16@Compuserve.Com 
  4. http://ourworld.compuserve.com/homepages/Chris_Newham
  5.  
  6.  
  7.  
  8. Licensing/Disclaimer
  9. ====================
  10. This component is hereby placed into the public domain, in acknowlegement of all the
  11. FREE components and code samples I have used in the past which others have made freely
  12. available. I make no claims to it's accuracy or fittness for purpose it is up to you
  13. to decide if you wish to use it AT YOUR OWN RISK. 
  14. If you find any bugs or make any enhancements I would be most grateful if you would
  15. drop me a E mail to the address above so I can update this package.
  16.  
  17. Installation.
  18. =============
  19. Refer to your Delphi manuals and install as per any component.
  20.  
  21. Requirements.
  22. =============
  23. In order to use this component you must have the first byte speech engine DLL's
  24. installed in you system directory.
  25. The First byte speech engine is supplied with most sound cards.
  26.  
  27. Properties/Methods.
  28. ===================
  29. There is only one property (run time read only ) Enabled, this is true if the component
  30. has managed to load and dynamically link to the first byte speech engine.
  31.  
  32. There is only one method Talk( S: string ); simply call this method passing a string 
  33. containing the text you want to be spoken.
  34.  
  35. Files in this archive
  36. =====================
  37. Talker.PAS - Source code for Talker component
  38. Talker.DCU - Compiled talker component
  39. Talker.DCR - Talker resource for tool palllete
  40.  
  41. Project1.DPR - A very simple project showing usage
  42. Unit1.PAS - A very simple project showing usage
  43. Unit1.DFM - A very simple project showing usage
  44.  
  45.  
  46. Enjoy. Chris.